Are there any good javascript libraries for programming with html5 canvas element? [closed]
Posted
by
marko
on Programmers
See other posts from Programmers
or by marko
Published on 2012-09-23T17:34:00Z
Indexed on
2012/09/23
21:49 UTC
Read the original article
Hit count: 134
I think there are some js-libraries with programming the html5 canvas element. Which one to choose? I've done some js-coding with canvas and are somewhat familiar with the api.
But I think somekind of library which encapsulates the somewhat tedious canvas api would be a good thing, so it speeds up the development.
Easeljs http://www.createjs.com/#!/EaselJS/download
and Paper.js - http://paperjs.org/about/
Anybody who has any experience with any js-libraries for canvas? And any recommendations?
© Programmers or respective owner